Search
Theme.setSeriesStrokeDashStyles Method
See Also
 






Sets a list of DashStyle lists, each list used to stroke a different Series, and each DashStyle value applied on the stroke for one element of the respective Series.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setSeriesStrokeDashStyles (
    List<List<DashStyle>> value
)

 Parameters

value

A list with lists that hold DashStyle elements.

 Remarks

If the values in the list are less than the data elements in the Series, the control cycles through them.

 See Also